home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / update-manager / glade / crashdialog.ui next >
Text File  |  2009-11-02  |  4KB  |  143 lines

  1. <ui version="4.0" >
  2.  <class>CrashDialog</class>
  3.  <widget class="QDialog" name="CrashDialog" >
  4.   <property name="geometry" >
  5.    <rect>
  6.     <x>0</x>
  7.     <y>0</y>
  8.     <width>483</width>
  9.     <height>483</height>
  10.    </rect>
  11.   </property>
  12.   <property name="sizePolicy" >
  13.    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
  14.     <horstretch>0</horstretch>
  15.     <verstretch>0</verstretch>
  16.    </sizepolicy>
  17.   </property>
  18.   <property name="windowTitle" >
  19.    <string>Upgrader Crashed</string>
  20.   </property>
  21.   <property name="sizeGripEnabled" >
  22.    <bool>false</bool>
  23.   </property>
  24.   <property name="modal" >
  25.    <bool>true</bool>
  26.   </property>
  27.   <layout class="QGridLayout" >
  28.    <item row="0" column="0" >
  29.     <layout class="QVBoxLayout" >
  30.      <item>
  31.       <widget class="QLabel" name="crash_heading_label" >
  32.        <property name="sizePolicy" >
  33.         <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
  34.          <horstretch>0</horstretch>
  35.          <verstretch>0</verstretch>
  36.         </sizepolicy>
  37.        </property>
  38.        <property name="text" >
  39.         <string><h2>Upgrade Tool Crashed</h2></string>
  40.        </property>
  41.        <property name="alignment" >
  42.         <set>Qt::AlignVCenter</set>
  43.        </property>
  44.        <property name="wordWrap" >
  45.         <bool>false</bool>
  46.        </property>
  47.       </widget>
  48.      </item>
  49.      <item>
  50.       <widget class="Line" name="line12" >
  51.        <property name="frameShape" >
  52.         <enum>QFrame::HLine</enum>
  53.        </property>
  54.        <property name="frameShadow" >
  55.         <enum>QFrame::Sunken</enum>
  56.        </property>
  57.       </widget>
  58.      </item>
  59.      <item>
  60.       <widget class="QLabel" name="crash_info_text" >
  61.        <property name="text" >
  62.         <string><qt>We're sorry; the upgrade tool crashed. Please file a new bug report at <a href="http://launchpad.net/ubuntu/+source/update-manager">http://launchpad.net/ubuntu/+source/update-manager</a> (do not attach your details to any existing bug) and a developer will attend to the problem as soon as possible. To help the developers understand what went wrong, include the following detail in your bug report, and attach the files /var/log/dist-upgrade/apt.log and /var/log/dist-upgrade/main.log:</string>
  63.        </property>
  64.        <property name="alignment" >
  65.         <set>Qt::AlignVCenter</set>
  66.        </property>
  67.        <property name="wordWrap" >
  68.         <bool>true</bool>
  69.        </property>
  70.        <property name="openExternalLinks" >
  71.         <bool>true</bool>
  72.        </property>
  73.       </widget>
  74.      </item>
  75.      <item>
  76.       <widget class="QTextBrowser" name="crash_detail" />
  77.      </item>
  78.      <item>
  79.       <layout class="QHBoxLayout" >
  80.        <item>
  81.         <spacer name="Horizontal Spacing2" >
  82.          <property name="orientation" >
  83.           <enum>Qt::Horizontal</enum>
  84.          </property>
  85.          <property name="sizeType" >
  86.           <enum>QSizePolicy::MinimumExpanding</enum>
  87.          </property>
  88.          <property name="sizeHint" stdset="0" >
  89.           <size>
  90.            <width>20</width>
  91.            <height>20</height>
  92.           </size>
  93.          </property>
  94.         </spacer>
  95.        </item>
  96.        <item>
  97.         <widget class="QPushButton" name="crash_close" >
  98.          <property name="text" >
  99.           <string>&Close</string>
  100.          </property>
  101.          <property name="shortcut" >
  102.           <string>Alt+C</string>
  103.          </property>
  104.          <property name="autoDefault" >
  105.           <bool>true</bool>
  106.          </property>
  107.          <property name="default" >
  108.           <bool>true</bool>
  109.          </property>
  110.         </widget>
  111.        </item>
  112.       </layout>
  113.      </item>
  114.     </layout>
  115.    </item>
  116.   </layout>
  117.  </widget>
  118.  <layoutdefault spacing="6" margin="11" />
  119.  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  120.  <includes>
  121.   <include location="local" >kurllabel.h</include>
  122.  </includes>
  123.  <resources/>
  124.  <connections>
  125.   <connection>
  126.    <sender>crash_close</sender>
  127.    <signal>clicked()</signal>
  128.    <receiver>CrashDialog</receiver>
  129.    <slot>accept()</slot>
  130.    <hints>
  131.     <hint type="sourcelabel" >
  132.      <x>20</x>
  133.      <y>20</y>
  134.     </hint>
  135.     <hint type="destinationlabel" >
  136.      <x>20</x>
  137.      <y>20</y>
  138.     </hint>
  139.    </hints>
  140.   </connection>
  141.  </connections>
  142. </ui>
  143.